home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / diag / yas2c.zip / MAKE.CED < prev    next >
Text File  |  1994-03-30  |  371b  |  27 lines

  1. /*
  2.  * $VER: Make.ced 1.00 ⌐ 1994 Mike Austin
  3.  */
  4.  
  5. OPTIONS RESULTS
  6.  
  7. Main:
  8.     SETCLIP("CEDNEW", "NO")
  9.  
  10.     ADDRESS "rexx_ced"
  11.  
  12.     'STATUS' 18
  13.     if result > 0 then
  14.         'SAVE'
  15.  
  16.     'STATUS' 20; WorkDir = result
  17.  
  18.     ADDRESS "COMMAND"
  19.  
  20.     if ~SHOW("PORTS", "SC_SCMSG") then
  21.         'Run >NIL: <NIL: SC:C/scmsg REXXONLY'
  22.  
  23.     'C:Execute S:Make.ced "'WorkDir'"'
  24.  
  25.     'SYS:RexxC/rx REXX:NextError.ced'
  26. return
  27.